home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Ortografie / Ortografie.app / Makefile < prev    next >
Makefile  |  1995-09-02  |  1KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Ortografie
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = ortho.tiff
  16. LOCAL_RESOURCES = Ortografie.nib denk_nach.snd druecke_next.snd\
  17.                   einwandfrei.snd erst_loesen.snd falsch.snd\
  18.                   gut_gemacht.snd naechstes_wort.snd nichts_gesagt.snd\
  19.                   nochmal.snd noch_nicht.snd otlitschno.snd richtig.snd\
  20.                   schreibe_bitte.snd schreibe_wort.snd sehr_gut.snd\
  21.                   Localizable.strings
  22.  
  23. GLOBAL_RESOURCES = MelonSoft.tiff ortho.tiff playbutton.tiff\
  24.                    playbuttonH.tiff recordbutton.tiff recordbuttonH.tiff\
  25.                    stopbutton.tiff stopbuttonH.tiff German.lproj
  26.  
  27. CLASSES = PlayerControl.m
  28.  
  29. HFILES = PlayerControl.h
  30.  
  31. MFILES = Ortografie_main.m
  32.  
  33. OTHERSRCS = Makefile
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. MAKEFILE = app.make
  38. INSTALLDIR = $(HOME)/Apps
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app ortho.tiff
  43.  
  44. LIBS = -lMedia_s -lNeXT_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.